android.ndk.dlext

Members

Enums

ANDROID_DLEXT_RESERVED_ADDRESS
enum ANDROID_DLEXT_RESERVED_ADDRESS

Bitfield definitions for android_dlextinfo::flags.

Functions

android_dlopen_ext
void* android_dlopen_ext(const(char)* __filename, int __flags, const(android_dlextinfo)* __info)

Opens the given library. The __filename and __flags arguments are the same as for dlopen(3), with the Android-specific flags supplied via the flags member of __info.

Structs

android_dlextinfo
struct android_dlextinfo

Used to pass Android-specific arguments to android_dlopen_ext.

android_namespace_t
struct android_namespace_t

Bitfield definitions for android_dlextinfo::flags.

Meta